* configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
authorJim Blandy <jimb@redhat.com>
Sun, 30 May 1993 21:46:11 +0000 (21:46 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 30 May 1993 21:46:11 +0000 (21:46 +0000)
the configuration name mips-mips-usg* to represent USG systems.

configure1.in

index b24dfb18af2f14780ccda05d5a28e0ab9475381d..918f284e33f139324efe28e1c606591a8dcc5425 100755 (executable)
@@ -686,6 +686,10 @@ case "${configuration}" in
   ## the BSD world."  I'll assume that these are instructions for
   ## handling two odd situations, and that every other situation
   ## should use mips.h and usg5-2-2, they being listed first.
+  mips-mips-usg* )
+    machine=mips4
+    ## Fall through to the general code at the bottom to decide on the OS.
+  ;;
   mips-mips-riscos4* )
     machine=mips4 opsys=bsd4-3
   ;;